home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / arm / rix-gas.h < prev    next >
C/C++ Source or Header  |  1994-06-23  |  2KB  |  43 lines

  1. /* Definitions of target machine for GNU compiler.  ARM RISCiX(stabs) version.
  2.    Copyright (C) 1993 Free Software Foundation, Inc.
  3.    Contributed by Richard Earnshaw (rwe11@cl.cam.ac.uk), based on original
  4.           work by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
  5.              and Martin Simmons (@harleqn.co.uk).
  6.  
  7. This file is part of GNU CC.
  8.  
  9. GNU CC is free software; you can redistribute it and/or modify
  10. it under the terms of the GNU General Public License as published by
  11. the Free Software Foundation; either version 2, or (at your option)
  12. any later version.
  13.  
  14. GNU CC is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. GNU General Public License for more details.
  18.  
  19. You should have received a copy of the GNU General Public License
  20. along with GNU CC; see the file COPYING.  If not, write to
  21. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  22.  
  23. /* Limit the length of a stabs entry (for the broken Acorn assembler) */
  24. #define DBX_CONTIN_LENGTH 80
  25.  
  26. #include "arm/riscix.h"
  27.  
  28. /* The native RISCiX assembler does not support stabs of any kind; because
  29.    the native assembler is not used by the compiler, Acorn didn't feel it was
  30.    necessary to put them in!  
  31.    However, this file assumes that we have an assembler that does have stabs,
  32.    so we put them back in.  */
  33.  
  34. #define DBX_DEBUGGING_INFO
  35.  
  36. /* Unfortunately dbx doesn't understand these */
  37. /* Dbx on RISCiX is so broken that I've given up trying to support it.
  38.    lets just support gdb. */
  39. /* #define DEFAULT_GDB_EXTENSIONS 0 */
  40. /* RISCiX dbx doesn't accept xrefs */
  41. /* #define DBX_NO_XREFS 1 */
  42.  
  43.